Document opting out of Fedora CI#1114
Document opting out of Fedora CI#1114centosinfra-prod-github-app[bot] merged 1 commit intopackit:mainfrom
Conversation
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 09s |
fedora-ci/configuration.md
Outdated
| ## Opting out of Log Detective | ||
|
|
||
| [Log Detective](https://log-detective.com/) analyzes failed Koji build logs to help identify the root cause. | ||
| To opt out of this analysis for your project, open a [pull request](https://github.com/packit/deployment/pulls) | ||
| adding your project URL to `fedora_ci.disabled_projects_for_logdetective` in the | ||
| [deployment configuration](https://github.com/packit/deployment/blob/main/secrets/packit/prod/packit-service.yaml.j2): | ||
|
|
||
| ```yaml | ||
| fedora_ci: | ||
| disabled_projects_for_logdetective: | ||
| - https://src.fedoraproject.org/rpms/your-package | ||
| ``` |
There was a problem hiding this comment.
let's omit this before the feature is available in prod and add the docs once we transition
There was a problem hiding this comment.
@m-blaha, did you have a chance to look into this? Now that we have this in prod, it would be good to update the docs.
There was a problem hiding this comment.
I was thinking about postponing merging of this PR until the LD is available. But you are right, let's document the part that is already in prod.
d21e056 to
0373c73
Compare
|
I removed LD part (and will file it as a separate PR that can be merged after LD is enabled). |
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 09s |
|
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 10s |
For: packit/packit-service#3056